home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 28
/
PC Gamer IT CD 28 1-2.iso
/
MSPRING
/
INSTALL
/
16BIT
/
DISK1.Z
/
MSPRING.SCP
< prev
next >
Wrap
Text File
|
1995-11-29
|
313b
|
19 lines
;This is a script for use with the Windows 95
;Dial-Up Scripting Tool.
proc main
;Wait for the login prompt to come from
;the terminal server
waitfor "ogin:"
transmit $USERID
transmit "^M"
; Enter the password
waitfor "word:"
transmit $PASSWORD
transmit "^M"
endproc